summaryrefslogtreecommitdiff
path: root/app/[lng]/evcp/(evcp)/pq-criteria/page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/[lng]/evcp/(evcp)/pq-criteria/page.tsx')
-rw-r--r--app/[lng]/evcp/(evcp)/pq-criteria/page.tsx11
1 files changed, 7 insertions, 4 deletions
diff --git a/app/[lng]/evcp/(evcp)/pq-criteria/page.tsx b/app/[lng]/evcp/(evcp)/pq-criteria/page.tsx
index 7785b541..ce92e039 100644
--- a/app/[lng]/evcp/(evcp)/pq-criteria/page.tsx
+++ b/app/[lng]/evcp/(evcp)/pq-criteria/page.tsx
@@ -8,7 +8,7 @@ import { searchParamsCache } from "@/lib/pq/validations"
import { getPQs } from "@/lib/pq/service"
import { PqsTable } from "@/lib/pq/table/pq-table"
import { ProjectSelectorWrapper } from "@/components/pq/project-select-wrapper"
-
+import { InformationButton } from "@/components/information/information-button"
interface IndexPageProps {
searchParams: Promise<SearchParams>
}
@@ -33,9 +33,12 @@ export default async function IndexPage(props: IndexPageProps) {
<Shell className="gap-2">
<div className="flex items-center justify-between">
<div>
- <h2 className="text-2xl font-bold tracking-tight">
- Pre-Qualification Check Sheet
- </h2>
+ <div className="flex items-center gap-2">
+ <h2 className="text-2xl font-bold tracking-tight">
+ Pre-Qualification Check Sheet
+ </h2>
+ <InformationButton pageCode="evcp/pq-criteria" />
+ </div>
<p className="text-muted-foreground">
협력업체 등록을 위한, 협력업체가 제출할 PQ 항목을 관리할 수 있습니다.
</p>